projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb4759
)
docker-compose: Update to version 2.34.0
author
Javier Marcet
<
[email protected]
>
Sat, 15 Mar 2025 18:48:45 +0000
(19:48 +0100)
committer
Tianling Shen
<
[email protected]
>
Fri, 1 Aug 2025 13:05:18 +0000
(21:05 +0800)
Release notes:
https://github.com/docker/compose/releases/tag/v2.34.0
Signed-off-by: Javier Marcet <
[email protected]
>
(cherry picked from commit
0129618ea65f012c9a30e0ee19b990dcbb2aba7e
)
utils/docker-compose/Makefile
patch
|
blob
|
history
diff --git
a/utils/docker-compose/Makefile
b/utils/docker-compose/Makefile
index cf73e1ba2420166690d4762c4beb179abf78df0a..94e7317a4059fc5df040fe81d54840988b001763 100644
(file)
--- a/
utils/docker-compose/Makefile
+++ b/
utils/docker-compose/Makefile
@@
-1,14
+1,14
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=compose
-PKG_VERSION:=2.3
3.1
+PKG_VERSION:=2.3
4.0
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/docker/compose/tar.gz/v${PKG_VERSION}?
-PKG_HASH:=
6e7365e84041cd696a0ad5542a83df37e3e29524a238e353e3771ae52871ae1f
+PKG_HASH:=
3612fa592658bfaaf646bf3c05289396af954bbbc6299d5bcddec5b0424589be
PKG_MAINTAINER:=Javier Marcet <
[email protected]
>